const runtime._SIGPIPE
7 uses
runtime (current package)
defs_linux_amd64.go#L48: _SIGPIPE = 0xd
signal_unix.go#L179: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L334: if signal_ignored(_SIGPIPE) || sigsend(_SIGPIPE) {
signal_unix.go#L337: dieFromSignal(_SIGPIPE)
signal_unix.go#L1119: if (GOOS == "darwin" || GOOS == "ios") && sig == _SIGPIPE {
signal_unix.go#L1133: if (c.sigFromUser() || flags&_SigPanic == 0) && sig != _SIGPIPE {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |